From 618dd91d7d245ca837f626e96619558e096f29a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=90=B4=E5=86=89=E6=B3=A2?= Date: Sat, 16 Jul 2016 23:19:24 +0800 Subject: [PATCH] doc: typo --- src/doc/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/config.md b/src/doc/config.md index d091633b1..f1272ca84 100644 --- a/src/doc/config.md +++ b/src/doc/config.md @@ -95,7 +95,7 @@ color = 'auto' # whether cargo colorizes output retry = 2 # number of times a network call will automatically retried # Alias cargo commands. The first 3 aliases are built in. If your -command requires grouped whitespace use the list format. +# command requires grouped whitespace use the list format. [alias] b = "build" t = "test" -- 2.30.2